Table of Contents

Class Error

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public class Error
Inheritance
Error
Inherited Members

Constructors

Error(string, Exception)

public Error(string message, Exception exception)

Parameters

message string
exception Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

string