Click or drag to resize

UnknownMemoryException Constructor

Overload List
  NameDescription
Public methodUnknownMemoryException
Initializes a new instance of the UnknownMemoryException class.
Public methodUnknownMemoryException(String)
Initializes a new instance of the UnknownMemoryException class with a specified error message.
Protected methodUnknownMemoryException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnknownMemoryException class with serialized data.
Public methodUnknownMemoryException(String, Exception)
Initializes a new instance of the UnknownMemoryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also