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