C# 클래스 System.Threading.SemaphoreFullException

상속: System.SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
SemaphoreFullException ( ) : System
SemaphoreFullException ( String message ) : System
SemaphoreFullException ( String message, Exception innerException ) : System

보호된 메소드들

메소드 설명
SemaphoreFullException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

SemaphoreFullException() 공개 메소드

public SemaphoreFullException ( ) : System
리턴 System

SemaphoreFullException() 보호된 메소드

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

SemaphoreFullException() 공개 메소드

public SemaphoreFullException ( String message ) : System
message String
리턴 System

SemaphoreFullException() 공개 메소드

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