Initializes a new instance of the CertificateOperationException
class with the specified message.
Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
message As String _
)
|
C# |
public CertificateOperationException (
string message
)
|
C++ |
public:
CertificateOperationException (
String^ message
)
|
J# |
public CertificateOperationException (
String message
)
|
JScript |
public function CertificateOperationException (
message : String
)
|
Parameters
- 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