Initializes a new instance of the CertificateOperationException
class with certificate serial number and message string.
Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
serial As String, _
message As String _
)
|
C# |
public CertificateOperationException (
string serial,
string message
)
|
C++ |
public:
CertificateOperationException (
String^ serial,
String^ message
)
|
J# |
public CertificateOperationException (
String serial,
String message
)
|
JScript |
public function CertificateOperationException (
serial : String,
message : String
)
|
Parameters
- serial
-
Serial number of the certificate associated with the error.
- message
-
A String that contains information about 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