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)