UnsupportedCompatLevelException 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
UnsupportedCompatLevelException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException ();
Public Sub New ()
Applies to
UnsupportedCompatLevelException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException (string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception.
Applies to
UnsupportedCompatLevelException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
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.