11 private static volatile string _duplicateWaitObjectMessage;
13 private static string DuplicateWaitObjectMessage
17 if (_duplicateWaitObjectMessage ==
null)
19 _duplicateWaitObjectMessage =
Environment.GetResourceString(
"Arg_DuplicateWaitObjectException");
21 return _duplicateWaitObjectMessage;
27 : base(DuplicateWaitObjectMessage)
29 SetErrorCode(-2146233047);
35 : base(DuplicateWaitObjectMessage, parameterName)
37 SetErrorCode(-2146233047);
44 : base(message, parameterName)
46 SetErrorCode(-2146233047);
53 : base(message, innerException)
55 SetErrorCode(-2146233047);
DuplicateWaitObjectException()
Initializes a new instance of the T:System.DuplicateWaitObjectException class.
DuplicateWaitObjectException(string parameterName, string message)
Initializes a new instance of the T:System.DuplicateWaitObjectException class with a specified error ...
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
The exception that is thrown when an object appears more than once in an array of synchronization obj...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
DuplicateWaitObjectException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.DuplicateWaitObjectException class with serialized data.
DuplicateWaitObjectException(string parameterName)
Initializes a new instance of the T:System.DuplicateWaitObjectException class with the name of the pa...
The exception that is thrown when one of the arguments provided to a method is not valid.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Specifies that the class can be serialized.
DuplicateWaitObjectException(string message, Exception innerException)
Initializes a new instance of the T:System.DuplicateWaitObjectException class with a specified error ...