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