CertificateOperationException Constructor (String, Exception)

Initializes a new instance of the CertificateOperationException class based on a given message and inner exception.

Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New CertificateOperationException(message, innerException)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public CertificateOperationException (
    string message,
    Exception innerException
)
public:
CertificateOperationException (
    String^ message, 
    Exception^ innerException
)
public CertificateOperationException (
    String message, 
    Exception innerException
)
public function CertificateOperationException (
    message : String, 
    innerException : Exception
)

Parameters

  • message
    A String that contains information about the exception.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

CertificateOperationException Class
CertificateOperationException Members
Microsoft.Clm.Shared.CertificateServer Namespace