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

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode 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 méthode

public Error ( ErrorType errorType, string issue ) : System
errorType ErrorType
issue string
Résultat System

Error() public méthode

public Error ( ErrorType errorType, string issue, string name ) : System
errorType ErrorType
issue string
name string
Résultat System

GetMessage() public méthode

public GetMessage ( ) : string
Résultat string

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string