Edit

Share via


OofReply Constructors

Definition

Overloads

OofReply()

Initializes a new instance of the OofReply class.

OofReply(String)

Initializes a new instance of the OofReply class with the specified message.

OofReply()

Initializes a new instance of the OofReply class.

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

Applies to

OofReply(String)

Initializes a new instance of the OofReply class with the specified message.

public:
 OofReply(System::String ^ message);
public OofReply (string message);
Public Sub New (message As String)

Parameters

message
String

The reply message.

Applies to