Class ResultBase
Assembly: Glitch9.dll
Syntax
public abstract class ResultBase : IResult
Constructors
|
Edit this page
View Source
ResultBase()
Declaration
|
Edit this page
View Source
ResultBase(Exception, params string[])
Declaration
public ResultBase(Exception error, params string[] reasons)
Parameters
|
Edit this page
View Source
ResultBase(string)
Declaration
public ResultBase(string errorMessage)
Parameters
| Type |
Name |
Description |
| string |
errorMessage |
|
Properties
|
Edit this page
View Source
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
|
Edit this page
View Source
Exception
Declaration
public Exception Exception { get; set; }
Property Value
|
Edit this page
View Source
IsFailure
Declaration
public virtual bool IsFailure { get; }
Property Value
|
Edit this page
View Source
IsSuccess
Declaration
public virtual bool IsSuccess { get; }
Property Value
Implements
Extension Methods