XLANGsException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
XLANGsException() | |
XLANGsException(Exception) | |
XLANGsException(SerializationInfo, StreamingContext) |
XLANGsException()
protected:
XLANGsException();
protected XLANGsException ();
Protected Sub New ()
Se aplica a
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)
Parámetros
- innerException
- Exception
Se aplica a
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)