FunctionNoServerException 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
FunctionNoServerException() |
Base constructor |
FunctionNoServerException(String) |
Creates an Exception for repeated attempt to register the same assembly |
FunctionNoServerException(String, Exception) |
Base constructor |
FunctionNoServerException()
Base constructor
public FunctionNoServerException ();
Public Sub New ()
Applies to
FunctionNoServerException(String)
Creates an Exception for repeated attempt to register the same assembly
public FunctionNoServerException (string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
FunctionNoServerException(String, Exception)
Base constructor
public FunctionNoServerException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception