SequenceFullException Constructor (String^, Exception^)
.NET Framework (current version)
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.
Assembly: System.IO.Log (in System.IO.Log.dll)
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
Available since 3.0
Show: