Bagikan melalui


SmoException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SmoException class.

Overload List

  Name Description
Public method SmoException() Initializes a new instance of the SmoException class.
Public method SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Protected method SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Public method SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner exception.

Top