Share via


ListenerException Constructors

Definition

Overloads

ListenerException()
ListenerException(String)
ListenerException(SerializationInfo, StreamingContext)
ListenerException(String, Exception)

ListenerException()

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

Applies to

ListenerException(String)

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

Parameters

message
String

Applies to

ListenerException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

ListenerException(String, Exception)

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

Parameters

message
String
inner
Exception

Applies to