StringPropertyTooLongException Constructors

Definition

Overloads

StringPropertyTooLongException()

Base constructor

StringPropertyTooLongException(String)

Base constructor

StringPropertyTooLongException(String, Exception)

Base constructor

StringPropertyTooLongException(String, Int32, Int32)

Constructor

StringPropertyTooLongException()

Base constructor

public StringPropertyTooLongException ();
Public Sub New ()

Applies to

StringPropertyTooLongException(String)

Base constructor

public StringPropertyTooLongException (string message);
new Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException : string -> Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException
Public Sub New (message As String)

Parameters

message
String

Applies to

StringPropertyTooLongException(String, Exception)

Base constructor

public StringPropertyTooLongException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException : string * Exception -> Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

StringPropertyTooLongException(String, Int32, Int32)

Constructor

public StringPropertyTooLongException (string propertyName, int maxLength, int currentLength);
new Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException : string * int * int -> Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException
Public Sub New (propertyName As String, maxLength As Integer, currentLength As Integer)

Parameters

propertyName
String
maxLength
Int32
currentLength
Int32

Applies to