C# Class Malt.Reporting.SyntaxErrorException

Inheritance: System.Exception
Exibir arquivo Open project: oldrev/maltreport

Public Methods

Method Description
SyntaxErrorException ( ) : System
SyntaxErrorException ( string msg ) : System
SyntaxErrorException ( string msg, Exception ex ) : System

Protected Methods

Method Description
SyntaxErrorException ( SerializationInfo si, StreamingContext sc ) : System

Method Details

SyntaxErrorException() public method

public SyntaxErrorException ( ) : System
return System

SyntaxErrorException() protected method

protected SyntaxErrorException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo
sc System.Runtime.Serialization.StreamingContext
return System

SyntaxErrorException() public method

public SyntaxErrorException ( string msg ) : System
msg string
return System

SyntaxErrorException() public method

public SyntaxErrorException ( string msg, Exception ex ) : System
msg string
ex System.Exception
return System