This topic has not yet been rated - Rate this topic

CertificateNotFoundException Constructor (SerializationInfo, StreamingContext)

Creates a new CertificateNotFoundException object that contains information read from the provided serialization information.


Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Security (in Microsoft.PowerShell.Security.dll)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New CertificateNotFoundException(info, context)
protected CertificateNotFoundException (
	SerializationInfo info,
	StreamingContext context
)
protected CertificateNotFoundException (
	SerializationInfo info, 
	StreamingContext context
)
protected function CertificateNotFoundException (
	info : SerializationInfo, 
	context : StreamingContext
)

Parameters

info

A SerializationInfo object that holds all the data needed to serialize or deserialize an object.

context

A StreamingContext structure that describes the source and destination of a given serialized stream. It also describes a means for serialization to retain that context and an additional caller-defined context.

This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.


 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.