C# Class SynthExport.SynthDataLoadException

Inheritance: System.ApplicationException
Exibir arquivo Open project: neonascent/SynthExport-Fork

Public Methods

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

Protected Methods

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

Method Details

SynthDataLoadException() public method

public SynthDataLoadException ( ) : System
return System

SynthDataLoadException() protected method

protected SynthDataLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SynthDataLoadException() public method

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

SynthDataLoadException() public method

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