UnsupportedVersionException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UnsupportedVersionException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
UnsupportedVersionException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
UnsupportedVersionException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException. |
UnsupportedVersionException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.
public UnsupportedVersionException ();
Public Sub New ()
Applies to
UnsupportedVersionException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.
public UnsupportedVersionException (string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedVersionException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedVersionException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception.
Applies to
UnsupportedVersionException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.
public UnsupportedVersionException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedVersionException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedVersionException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message of the exception.
- innerException
- Exception
The T:System.Exception instance that caused the current exception.