Click or drag to resize

SafeModeException Constructor

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