C# Class BExIS.IO.Transform.Validation.Exceptions.Error

Show file Open project: BEXIS2/Core

Public Methods

Method Description
Error ( ErrorType errorType, string issue ) : System

Error ( ErrorType errorType, string issue, string name ) : System

GetMessage ( ) : string

ToHtmlString ( ) : string

ToString ( ) : string

Method Details

Error() public method

public Error ( ErrorType errorType, string issue ) : System
errorType ErrorType
issue string
return System

Error() public method

public Error ( ErrorType errorType, string issue, string name ) : System
errorType ErrorType
issue string
name string
return System

GetMessage() public method

public GetMessage ( ) : string
return string

ToHtmlString() public method

public ToHtmlString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string