NegativeRangeException Constructor (String, Exception)

Initializes a new instance of the NegativeRangeException class that contains a specified error message and a reference to the inner exception that caused this exception.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
NegativeRangeException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System::String
The error message that states the reason for the exception.
innerException
Type: System::Exception
The exception that caused the current exception, or a nullptr when no inner exception is specified.
Show: