Initializes a new instance of the ServerOperationNotSupportedException class.

Overload List

  NameDescription
Public methodServerOperationNotSupportedException()()()()
Initializes a new instance of the ServerOperationNotSupportedException class with default settings.
Public methodServerOperationNotSupportedException(Exception)
Initializes a new instance of the ServerOperationNotSupportedException class with a specified error message.
Public methodServerOperationNotSupportedException(CultureInfo)
Initializes a new instance of the ServerOperationNotSupportedException class with default settings.
Public methodServerOperationNotSupportedException(CultureInfo, Exception)
Initializes a new instance of the ServerOperationNotSupportedException class with a specified error message.
Protected methodServerOperationNotSupportedException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServerOperationNotSupportedException class with a specified error message.

See Also