Share via


RuntimeErrorException Constructors

Definition

Overloads

RuntimeErrorException(Exception)
RuntimeErrorException(SerializationInfo, StreamingContext)
RuntimeErrorException(String, Object[])
RuntimeErrorException(Exception, String, Object[])

RuntimeErrorException(Exception)

public:
 RuntimeErrorException(Exception ^ eInner);
public RuntimeErrorException (Exception eInner);
new Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException : Exception -> Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException
Public Sub New (eInner As Exception)

Parameters

eInner
Exception

Applies to

RuntimeErrorException(SerializationInfo, StreamingContext)

protected:
 RuntimeErrorException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected RuntimeErrorException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

Parameters

Applies to

RuntimeErrorException(String, Object[])

public:
 RuntimeErrorException(System::String ^ errMsgId, ... cli::array <System::Object ^> ^ args);
public RuntimeErrorException (string errMsgId, params object[] args);
new Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException : string * obj[] -> Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException
Public Sub New (errMsgId As String, ParamArray args As Object())

Parameters

errMsgId
String
args
Object[]

Applies to

RuntimeErrorException(Exception, String, Object[])

public:
 RuntimeErrorException(Exception ^ eInner, System::String ^ errMsgId, ... cli::array <System::Object ^> ^ args);
public RuntimeErrorException (Exception eInner, string errMsgId, params object[] args);
new Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException : Exception * string * obj[] -> Microsoft.XLANGs.RuntimeTypes.RuntimeErrorException
Public Sub New (eInner As Exception, errMsgId As String, ParamArray args As Object())

Parameters

eInner
Exception
errMsgId
String
args
Object[]

Applies to