Class TlvException
- Namespace
- Yubico.Core.Tlv
- Assembly
- Yubico.Core.dll
[Serializable]
public class TlvException : InvalidOperationException
- Inheritance
-
object
Exception
SystemException
InvalidOperationException
TlvException
Constructors
TlvException()
TlvException(SerializationInfo, StreamingContext)
protected TlvException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfo
streamingContext
StreamingContext
TlvException(string)
public TlvException(string message)
Parameters
message
string
TlvException(string, Exception)
public TlvException(string message, Exception innerException)
Parameters
message
string
innerException
Exception