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