XException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XException() | |
XException(Exception, Object[]) | |
XException(SerializationInfo, StreamingContext) |
XException()
protected:
XException();
protected XException ();
Protected Sub New ()
Applies to
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())
Parameters
- eInner
- Exception
- args
- Object[]
Applies to
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)