RuntimeException Constructors

Definition

Overloads

RuntimeException()
RuntimeException(Int64)
RuntimeException(SerializationInfo, StreamingContext)
RuntimeException(String, Int64)
RuntimeException(String, Int64, Exception)

RuntimeException()

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

Applies to

RuntimeException(Int64)

protected:
 RuntimeException(long errorCode);
protected RuntimeException (long errorCode);
new Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException : int64 -> Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Protected Sub New (errorCode As Long)

Parameters

errorCode
Int64

Applies to

RuntimeException(SerializationInfo, StreamingContext)

protected:
 RuntimeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuntimeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

RuntimeException(String, Int64)

protected:
 RuntimeException(System::String ^ message, long errorCode);
protected RuntimeException (string message, long errorCode);
new Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException : string * int64 -> Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Protected Sub New (message As String, errorCode As Long)

Parameters

message
String
errorCode
Int64

Applies to

RuntimeException(String, Int64, Exception)

protected:
 RuntimeException(System::String ^ message, long errorCode, Exception ^ innerException);
protected RuntimeException (string message, long errorCode, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException : string * int64 * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Protected Sub New (message As String, errorCode As Long, innerException As Exception)

Parameters

message
String
errorCode
Int64
innerException
Exception

Applies to