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
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