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

Visual Basic
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New CertificateOperationException(info, context)

Syntax

Visual Basic
Protected Sub New ( _
		info As SerializationInfo, _
		context As StreamingContext _
)
C#
protected CertificateOperationException (
		SerializationInfo info,
		StreamingContext context
)
C++
protected:
CertificateOperationException (
		SerializationInfo^ info, 
		StreamingContext context
)
J#
protected CertificateOperationException (
		SerializationInfo info, 
		StreamingContext context
)
JScript
protected function CertificateOperationException (
		info : SerializationInfo, 
		context : StreamingContext
)

Parameters

info

A SerializationInfo object that contains information about the exception.

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