C#
C++
Initializes a new instance of the DicomSecurityCertificateException class with the specified serialization and context information.
protected DicomSecurityCertificateException(
SerializationInfo info,
StreamingContext context
)
vb[VB Syntax]
Protected Sub New(ByVal _info_ As SerializationInfo, ByVal _context_ As StreamingContext)
MyBase.New
protected:
DicomSecurityCertificateException(SerializationInfo^ info, StreamingContext^ context)
info
The data for serializing or de-serializing the object.
context
The source and destination for the object.
DicomSecurityCertificateException Class