Share via


RuntimeErrorException Constructors

Definition

Overloads

RuntimeErrorException()
RuntimeErrorException(Exception)
RuntimeErrorException(SerializationInfo, StreamingContext)

RuntimeErrorException()

protected:
 RuntimeErrorException();
protected RuntimeErrorException ();
Protected Sub New ()

Applies to

RuntimeErrorException(Exception)

protected:
 RuntimeErrorException(Exception ^ innerException);
protected RuntimeErrorException (Exception innerException);
new Microsoft.XLANGs.BaseTypes.RuntimeErrorException : Exception -> Microsoft.XLANGs.BaseTypes.RuntimeErrorException
Protected Sub New (innerException As Exception)

Parameters

innerException
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.BaseTypes.RuntimeErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.RuntimeErrorException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

Parameters

Applies to