C# Class ZXing.WriterException

Inheritance: System.Exception
Afficher le fichier Open project: cyberh0me/OTP

Méthodes publiques

Méthode Description
WriterException ( ) : System
WriterException ( String message ) : System
WriterException ( String message, Exception innerExc ) : System

Method Details

WriterException() public méthode

public WriterException ( ) : System
Résultat System

WriterException() public méthode

public WriterException ( String message ) : System
message String
Résultat System

WriterException() public méthode

public WriterException ( String message, Exception innerExc ) : System
message String
innerExc System.Exception
Résultat System