C# Class Prizm.Main.Synch.Export.ExportException

Inheritance: System.Exception
Exibir arquivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
ExportException ( ) : System
ExportException ( string message ) : System
ExportException ( string message, Exception inner ) : System

Method Details

ExportException() public method

public ExportException ( ) : System
return System

ExportException() public method

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

ExportException() public method

public ExportException ( string message, Exception inner ) : System
message string
inner System.Exception
return System