Table of Contents

Class UnavailableException

Namespace
Huddly.Sdk.Models.Exceptions
Assembly
Huddly.Sdk.dll
public class UnavailableException : Exception, ISerializable
Inheritance
UnavailableException
Implements
Inherited Members
Extension Methods

Constructors

UnavailableException()

public UnavailableException()

UnavailableException(string)

public UnavailableException(string message)

Parameters

message string

UnavailableException(string, Exception)

public UnavailableException(string message, Exception inner)

Parameters

message string
inner Exception