Share via


UnsupportedVersionException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the UnsupportedVersionException class.

Overload List

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

Top