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 (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal hr As Integer _
)
[C#]
public CryptographicException(
   int hr
);
[C++]
public: CryptographicException(
   int hr
);
[JScript]
public function CryptographicException(
   hr : int
);

Parameters

hr
[To be supplied.]

See Also

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