SequenceFullException Constructor (String^)

 

Initializes a new instance of the SequenceFullException class with a specified error message.

Namespace:   System.IO.Log
Assembly:  System.IO.Log (in System.IO.Log.dll)

public:
SequenceFullException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the error.

.NET Framework
Available since 3.0
Return to top
Show: