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

Inheritance: Summer.Batch.Extra.Ebcdic.Exception.EbcdicException
Exibir arquivo Open project: SummerBatch/SummerBatchCore

Public Methods

Method 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 method

Custom constructor using a message
public CopybookParsingException ( string message ) : System
message string
return System

CopybookParsingException() public method

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