CertificateException Constructor (SerializationInfo, StreamingContext)
Creates an instance of the CertificateException class using the specified serialization data and streaming contextual data.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected CertificateException(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
protected:
CertificateException(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
new :
serializationInfo:SerializationInfo *
streamingContext:StreamingContext -> CertificateException
Protected Sub New (
serializationInfo As SerializationInfo,
streamingContext As StreamingContext
)
Parameters
serializationInfo
Type: System.Runtime.Serialization.SerializationInfoThe serialized object data about the exception thrown.
streamingContext
Type: System.Runtime.Serialization.StreamingContextThe contextual data about the source or destination.
See Also
CertificateException Overload
CertificateException Class
System.Web.Security.SingleSignOn Namespace
Return to top