FunctionTooManyColumnsException Constructors

Definition

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

Applies to