C# Class SHC.SHCNotFoundException

Inheritance: Exception
Show file Open project: patel-nikhil/SHCLiveStatReader

Public Methods

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

Protected Methods

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

Method Details

SHCNotFoundException() public method

public SHCNotFoundException ( ) : System
return System

SHCNotFoundException() protected method

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

SHCNotFoundException() public method

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

SHCNotFoundException() public method

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