VsaException Constructor (String, Exception)

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public VsaException(
    string message,
    Exception innerException
)
public:
VsaException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> VsaException
public function VsaException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

VsaException Class

VsaException Overload

Microsoft.Vsa Namespace