C# Class net.r_eg.IeXod.Tasks.ResourceHandling.InputFormatNotSupportedException

Inheritance: Exception
Afficher le fichier Open project: 3F/IeXod

Méthodes publiques

Méthode Description
InputFormatNotSupportedException ( ) : System
InputFormatNotSupportedException ( string message ) : System
InputFormatNotSupportedException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
InputFormatNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InputFormatNotSupportedException() public méthode

public InputFormatNotSupportedException ( ) : System
Résultat System

InputFormatNotSupportedException() protected méthode

protected InputFormatNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

InputFormatNotSupportedException() public méthode

public InputFormatNotSupportedException ( string message ) : System
message string
Résultat System

InputFormatNotSupportedException() public méthode

public InputFormatNotSupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System