Dela via


NegativeRangeException Constructor (String)

Initializes a new instance of the NegativeRangeException class that contains a specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New NegativeRangeException(message)
public NegativeRangeException(
    string message
)
public:
NegativeRangeException(
    String^ message
)
new : 
        message:string -> NegativeRangeException
public function NegativeRangeException(
    message : String
)

Parameters

See Also

Reference

NegativeRangeException Class

NegativeRangeException Overload

Microsoft.Synchronization Namespace