XException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
XException() | |
XException(Exception, Object[]) | |
XException(SerializationInfo, StreamingContext) |
XException()
protected:
XException();
protected XException ();
Protected Sub New ()
適用於
XException(Exception, Object[])
protected:
XException(Exception ^ eInner, ... cli::array <System::Object ^> ^ args);
protected XException (Exception eInner, params object[] args);
new Microsoft.XLANGs.RuntimeTypes.XException : Exception * obj[] -> Microsoft.XLANGs.RuntimeTypes.XException
Protected Sub New (eInner As Exception, ParamArray args As Object())
參數
- eInner
- Exception
- args
- Object[]
適用於
XException(SerializationInfo, StreamingContext)
protected:
XException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected XException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.XException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.XException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)