C# Class SynthExport.BinFileParseException

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

Public Methods

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

Protected Methods

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

Method Details

BinFileParseException() public method

public BinFileParseException ( ) : System
return System

BinFileParseException() protected method

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

BinFileParseException() public method

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

BinFileParseException() public method

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