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

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

Méthodes publiques

Méthode 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 méthode

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

ValueTypeMismatchException() public méthode

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