Interface IError
Namespace: Crosser.EdgeNode.Common.Abstractions.Utilities.Errors.IError
Assembly: Crosser.EdgeNode.Common.Abstractions.dll
Syntax
public interface IError
Properties
CausedBy
Code
Message
Declaration
string Message { get; }
Property Value
System.String
|