C# Class Catalogue.Data.Import.ImportException

Thrown when an import fails.
Inheritance: System.Exception
Mostra file Open project: jncc/topcat

Public Methods

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

Method Details

ImportException() public method

public ImportException ( ) : System
return System

ImportException() public method

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

ImportException() public method

public ImportException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System