Table of Contents

Class SecureChannelException

Namespace
Yubico.YubiKey.Scp
Assembly
Yubico.YubiKey.dll

Represents errors that occur during encoding or decoding data for SCP.

public class SecureChannelException : Exception
Inheritance
object
Exception
SecureChannelException

Constructors

SecureChannelException()

public SecureChannelException()

SecureChannelException(string)

public SecureChannelException(string message)

Parameters

message string

SecureChannelException(string, Exception)

public SecureChannelException(string message, Exception e)

Parameters

message string
e Exception