XLANGsException 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
XLANGsException() | |
XLANGsException(Exception) | |
XLANGsException(SerializationInfo, StreamingContext) |
XLANGsException()
protected:
XLANGsException();
protected XLANGsException ();
Protected Sub New ()
S’applique à
XLANGsException(Exception)
protected:
XLANGsException(Exception ^ innerException);
protected XLANGsException (Exception innerException);
new Microsoft.XLANGs.BaseTypes.XLANGsException : Exception -> Microsoft.XLANGs.BaseTypes.XLANGsException
Protected Sub New (innerException As Exception)
Paramètres
- innerException
- Exception
S’applique à
XLANGsException(SerializationInfo, StreamingContext)
protected:
XLANGsException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected XLANGsException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.XLANGsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.XLANGsException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)