C# Class Summer.Batch.Extra.Ebcdic.Exception.CopybookParsingException

Inheritance: Summer.Batch.Extra.Ebcdic.Exception.EbcdicException
Afficher le fichier Open project: SummerBatch/SummerBatchCore

Méthodes publiques

Méthode Description
CopybookParsingException ( string message ) : System

Custom constructor using a message

CopybookParsingException ( string message, Exception cause ) : System

Custom constructor using a message and an inner exception

Method Details

CopybookParsingException() public méthode

Custom constructor using a message
public CopybookParsingException ( string message ) : System
message string
Résultat System

CopybookParsingException() public méthode

Custom constructor using a message and an inner exception
public CopybookParsingException ( string message, Exception cause ) : System
message string
cause System.Exception
Résultat System