Click or drag to resize

UnknownMemoryException Constructor (String)

Initializes a new instance of the UnknownMemoryException class with a specified error message.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public UnknownMemoryException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also