Initializes a new instance of the InvalidServerVersionException class.

Overload List

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

See Also