C# Class SnipeSharp.Exceptions.FailedToDetectObjectException

Inheritance: Exception
ファイルを表示 Open project: grimstoner/SnipeSniff

Public Methods

Method Description
FailedToDetectObjectException ( ) : System
FailedToDetectObjectException ( string message ) : System
FailedToDetectObjectException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

FailedToDetectObjectException() public method

public FailedToDetectObjectException ( ) : System
return System

FailedToDetectObjectException() protected method

protected FailedToDetectObjectException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

FailedToDetectObjectException() public method

public FailedToDetectObjectException ( string message ) : System
message string
return System

FailedToDetectObjectException() public method

public FailedToDetectObjectException ( string message, Exception innerException ) : System
message string
innerException Exception
return System