Compartir a través de


TargetSystemException Constructores

Definición

Sobrecargas

TargetSystemException()
TargetSystemException(String)
TargetSystemException(SerializationInfo, StreamingContext)
TargetSystemException(String, Exception)

TargetSystemException()

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

Se aplica a

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)

Parámetros

message
String

Se aplica a

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)

Parámetros

Se aplica a

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)

Parámetros

message
String
inner
Exception

Se aplica a