Class SecureChannelException
Represents errors that occur during encoding or decoding data for SCP.
public class SecureChannelException : Exception
- Inheritance
-
objectExceptionSecureChannelException
Constructors
SecureChannelException()
public SecureChannelException()
SecureChannelException(string)
public SecureChannelException(string message)
Parameters
message
string
SecureChannelException(string, Exception)
public SecureChannelException(string message, Exception e)
Parameters
message
stringe
Exception