InvalidPropertyUsageEnumeratorException Constructors

Definition

Overloads

InvalidPropertyUsageEnumeratorException()

TODO

InvalidPropertyUsageEnumeratorException(String)

TODO

InvalidPropertyUsageEnumeratorException(String, Exception)

TODO

InvalidPropertyUsageEnumeratorException()

TODO

public InvalidPropertyUsageEnumeratorException ();
Public Sub New ()

Applies to

InvalidPropertyUsageEnumeratorException(String)

TODO

public InvalidPropertyUsageEnumeratorException (string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException
Public Sub New (message As String)

Parameters

message
String

Applies to

InvalidPropertyUsageEnumeratorException(String, Exception)

TODO

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

Parameters

message
String
innerException
Exception

Applies to