CertificateOperationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CertificateOperationException class based on serialization info and the streaming context.

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

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New CertificateOperationException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected CertificateOperationException (
    SerializationInfo info,
    StreamingContext context
)
protected:
CertificateOperationException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected CertificateOperationException (
    SerializationInfo info, 
    StreamingContext context
)
protected function CertificateOperationException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • context
    A StreamingContext that represents the streaming context for 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