SemaphoreFullException Constructor
Initializes a new instance of the SemaphoreFullException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SemaphoreFullException() | Initializes a new instance of the SemaphoreFullException class with default values. |
![]() | SemaphoreFullException(SerializationInfo^, StreamingContext) | Initializes a new instance of the SemaphoreFullException class with serialized data. |
![]() | SemaphoreFullException(String^) | Initializes a new instance of the SemaphoreFullException class with a specified error message. |
![]() | SemaphoreFullException(String^, Exception^) | Initializes a new instance of the SemaphoreFullException class with a specified error message and a reference to the inner exception that is the cause of this exception. |

