C# Class rbscan.Exceptions.ScanException

Inheritance: System.Exception
Show file Open project: rbobot/rbscan

Protected Methods

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

Method Details

ScanException() protected method

protected ScanException ( string message ) : System
message string
return System

ScanException() protected method

protected ScanException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System