NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CryptographicException Constructor (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public CryptographicException(
   string message
);
[C++]
public: CryptographicException(
   String* message
);
[JScript]
public function CryptographicException(
   message : String
);

Parameters

message
[To be supplied.]

See Also

CryptographicException Class | CryptographicException Members | System.Security.Cryptography Namespace | CryptographicException Constructor Overload List