Show / Hide Table of Contents

SecureChannelException Constructor

SecureChannelException()

C#
public SecureChannelException()

SecureChannelException(string)

C#
public SecureChannelException(string message)

Parameters

Type Name Description
string message

SecureChannelException(string, Exception)

C#
public SecureChannelException(string message, Exception e)

Parameters

Type Name Description
string message
Exception e
In this article
Back to top Generated by DocFX