Table of Contents

Class InternalErrorException

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

Constructors

InternalErrorException()

public InternalErrorException()

InternalErrorException(string)

public InternalErrorException(string message)

Parameters

message string

InternalErrorException(string, Exception)

public InternalErrorException(string message, Exception inner)

Parameters

message string
inner Exception