SecureChannelException Constructor
SecureChannelException()
C#
public SecureChannelException()
SecureChannelException(String)
C#
public SecureChannelException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SecureChannelException(String, Exception)
C#
public SecureChannelException(string message, Exception e)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | e |