共用方式為


VsaException 建構函式 (String, Exception)

此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
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
)

參數

  • message
    類型:String
  • innerException
    類型:Exception

請參閱

參考

VsaException 類別

VsaException 多載

Microsoft.Vsa 命名空間