SequenceFullException Constructor (String^, Exception^)

 

Initializes a new instance of the SequenceFullException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

public:
SequenceFullException(
	String^ message,
	Exception^ inner
)

Parameters

message
Type: System::String^

The message that describes the error.

inner
Type: System::Exception^

The exception that is the cause of the current exception.

.NET Framework
Available since 3.0
Return to top
Show: