FeatureNotAvailableException Constructor (String, Exception)
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New FeatureNotAvailableException(message, innerException)
public FeatureNotAvailableException (
string message,
Exception innerException
)
public:
FeatureNotAvailableException (
String^ message,
Exception^ innerException
)
public FeatureNotAvailableException (
String message,
Exception innerException
)
public function FeatureNotAvailableException (
message : String,
innerException : Exception
)
See Also
Reference
FeatureNotAvailableException Class
FeatureNotAvailableException Members
Microsoft.Expression.Encoder Namespace