TlvException Constructor
TlvException()
C#
public TlvException()
TlvException(string)
C#
public TlvException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
TlvException(string, Exception)
C#
public TlvException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
TlvException(SerializationInfo, StreamingContext)
C#
protected TlvException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo | |
StreamingContext | streamingContext |