TargetSystemException Constructors

Definition

Overloads

TargetSystemException()

public:
 TargetSystemException();
public TargetSystemException();
Public Sub New ()

Applies to

TargetSystemException(String)

public:
 TargetSystemException(System::String ^ message);
public TargetSystemException(string message);
new Microsoft.ServiceModel.Channels.Common.TargetSystemException : string -> Microsoft.ServiceModel.Channels.Common.TargetSystemException
Public Sub New (message As String)

Parameters

message
String

Applies to

TargetSystemException(SerializationInfo, StreamingContext)

protected:
 TargetSystemException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TargetSystemException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceModel.Channels.Common.TargetSystemException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceModel.Channels.Common.TargetSystemException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

TargetSystemException(String, Exception)

public:
 TargetSystemException(System::String ^ message, Exception ^ inner);
public TargetSystemException(string message, Exception inner);
new Microsoft.ServiceModel.Channels.Common.TargetSystemException : string * Exception -> Microsoft.ServiceModel.Channels.Common.TargetSystemException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to