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