XException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
XException() | |
XException(Exception, Object[]) | |
XException(SerializationInfo, StreamingContext) |
XException()
protected:
XException();
protected XException ();
Protected Sub New ()
S’applique à
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())
Paramètres
- eInner
- Exception
- args
- Object[]
S’applique à
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)