Table of Contents

Class ExecutionExceptionResult

Namespace
NetCord.Services
Assembly
NetCord.Services.dll
public class ExecutionExceptionResult : IExceptionResult, IFailResult, IExecutionResult
Inheritance
ExecutionExceptionResult
Implements
Inherited Members

Constructors

ExecutionExceptionResult(Exception)

public ExecutionExceptionResult(Exception exception)

Parameters

exception Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

string