C# Class ZocBuild.Database.Exceptions.EmptyTextException

An exception raised when no content exists in a script.
Inheritance: System.Exception
Exibir arquivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
EmptyTextException ( ) : System

Creates an instance of the empty text exception.

Method Details

EmptyTextException() public method

Creates an instance of the empty text exception.
public EmptyTextException ( ) : System
return System