Initializes a new instance of the Exception class with a specified error message.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public CertificateException(
	string message
)

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also