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
Exibir arquivo Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
WriterException ( ) : System
WriterException ( String message ) : System

Method Details

WriterException() public method

public WriterException ( ) : System
return System

WriterException() public method

public WriterException ( String message ) : System
message String
return System