C# Class zxingwp7.WriterException

A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
Inheritance: System.Exception
Afficher le fichier Open project: henningms/zxing2.0-wp7

Méthodes publiques

Méthode Description
WriterException ( ) : System
WriterException ( String message ) : 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