EnumeratorException 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
EnumeratorException() |
TODO |
EnumeratorException(String) |
TODO |
EnumeratorException(SerializationInfo, StreamingContext) |
TODO |
EnumeratorException(String, Exception) |
TODO |
EnumeratorException()
TODO
public EnumeratorException ();
Public Sub New ()
Applies to
EnumeratorException(String)
TODO
public EnumeratorException (string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
EnumeratorException(SerializationInfo, StreamingContext)
TODO
protected EnumeratorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
EnumeratorException(String, Exception)
TODO
public EnumeratorException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception