Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- message
Type: System.String
The message that states the error.