Share via


MissingObjectException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the MissingObjectException class.

Overload List

  Name Description
Public method MissingObjectException() Initializes a new instance of the MissingObjectException class.
Public method MissingObjectException(String) Initializes a new instance of the MissingObjectException class with the specified message.
Public method MissingObjectException(String, Exception) Initializes a new instance of the MissingObjectException class with the specified message and inner exception.

Top