Table of Contents

Class InitException

Namespace
Jabra.NET.Sdk.Core
Assembly
Jabra.NET.Sdk.dll
[Serializable]
public class InitException : JabraException, ISerializable
Inheritance
InitException
Implements
Inherited Members

Constructors

InitException()

public InitException()

InitException(SerializationInfo, StreamingContext)

protected InitException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InitException(string?)

public InitException(string? message)

Parameters

message string

InitException(string?, Exception?)

public InitException(string? message, Exception? innerException)

Parameters

message string
innerException Exception