UnknownPropertyEnumeratorException 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
UnknownPropertyEnumeratorException() |
TODO |
UnknownPropertyEnumeratorException(String) |
TODO |
UnknownPropertyEnumeratorException(String, Exception) |
TODO |
UnknownPropertyEnumeratorException()
TODO
public UnknownPropertyEnumeratorException ();
Public Sub New ()
Applies to
UnknownPropertyEnumeratorException(String)
TODO
public UnknownPropertyEnumeratorException (string propertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String)
Parameters
- propertyName
- String
Applies to
UnknownPropertyEnumeratorException(String, Exception)
TODO
public UnknownPropertyEnumeratorException (string propertyName, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String, innerException As Exception)
Parameters
- propertyName
- String
- innerException
- Exception