Table of Contents

Class FluxzyException

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

Base exception for Fluxzy connect error to a remote endpoint

public class FluxzyException : Exception, ISerializable
Inheritance
FluxzyException
Implements
Derived
Inherited Members
Extension Methods

Constructors

FluxzyException(string, Exception?)

public FluxzyException(string message, Exception? innerException = null)

Parameters

message string
innerException Exception

Properties

TargetHost

The target host if any

public string? TargetHost { get; set; }

Property Value

string