C# Class ExoRule.Error

Inheritance: ConditionType
Mostrar archivo Open project: vc3/ExoRule

Public Methods

Method Description
Error ( string message ) : System
Error ( string code, string message ) : System
Error ( string code, string message, Type sourceType, string>.Func translator ) : System

Method Details

Error() public method

public Error ( string message ) : System
message string
return System

Error() public method

public Error ( string code, string message ) : System
code string
message string
return System

Error() public method

public Error ( string code, string message, Type sourceType, string>.Func translator ) : System
code string
message string
sourceType System.Type
translator string>.Func
return System