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