C# Class Prizm.Main.Synch.Import.ImportException

Inheritance: System.Exception
Mostrar archivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
ImportException ( ) : System
ImportException ( string message ) : System
ImportException ( string message, Exception inner ) : 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 inner ) : System
message string
inner System.Exception
return System