C# Class System.Threading.SemaphoreFullException

Inheritance: System.SystemException
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
SemaphoreFullException ( ) : System
SemaphoreFullException ( String message ) : System
SemaphoreFullException ( String message, Exception innerException ) : System

Protected Methods

Method Description
SemaphoreFullException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SemaphoreFullException() public method

public SemaphoreFullException ( ) : System
return System

SemaphoreFullException() protected method

protected SemaphoreFullException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SemaphoreFullException() public method

public SemaphoreFullException ( String message ) : System
message String
return System

SemaphoreFullException() public method

public SemaphoreFullException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System