Edit

Share via


ServerNotFoundException Constructors

Definition

Overloads

ServerNotFoundException()
ServerNotFoundException(Exception)
ServerNotFoundException(SerializationInfo, StreamingContext)

ServerNotFoundException()

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

Applies to

ServerNotFoundException(Exception)

public:
 ServerNotFoundException(Exception ^ innerException);
public ServerNotFoundException (Exception innerException);
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

Applies to

ServerNotFoundException(SerializationInfo, StreamingContext)

public:
 ServerNotFoundException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
public ServerNotFoundException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
Public Sub New (si As SerializationInfo, sc As StreamingContext)

Parameters

Applies to