XException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
XException() | |
XException(Exception, Object[]) | |
XException(SerializationInfo, StreamingContext) |
XException()
protected:
XException();
protected XException ();
Protected Sub New ()
Si applica a
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())
Parametri
- eInner
- Exception
- args
- Object[]
Si applica a
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)