C# 클래스 Tmx.Interfaces.Exceptions.CompleteTaskException

Desctiption of CompleteTaskException.
상속: System.Exception, ISerializable
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
CompleteTaskException ( ) : System
CompleteTaskException ( string message ) : System
CompleteTaskException ( string message, Exception innerException ) : System

보호된 메소드들

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

메소드 상세

CompleteTaskException() 공개 메소드

public CompleteTaskException ( ) : System
리턴 System

CompleteTaskException() 보호된 메소드

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

CompleteTaskException() 공개 메소드

public CompleteTaskException ( string message ) : System
message string
리턴 System

CompleteTaskException() 공개 메소드

public CompleteTaskException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System