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

Inheritance: Summer.Batch.Extra.Ebcdic.Exception.EbcdicException
Show file Open project: SummerBatch/SummerBatchCore

Public Methods

Method Description
ValueTypeMismatchException ( string message ) : System

Custom constructor using a message

ValueTypeMismatchException ( string message, Exception cause ) : System

Custom constructor using a message and a inner exception

Method Details

ValueTypeMismatchException() public method

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

ValueTypeMismatchException() public method

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