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!

VerifierException Class

Represents anexception that is thrown when a verication error occurs.

Object
   Exception
      SystemException
         VerifierException

[Visual Basic]
Public Class VerifierException
   Inherits SystemException
[C#]
public class VerifierException : SystemException
[C++]
public __gc class VerifierException : public SystemException
[JScript]
public class VerifierException extends SystemException

Remarks

[To be supplied.]

Requirements

Namespace: System.Security

Assembly: mscorlib.dll

Example

The VerifierException is the exception class that is thrown for verification of failures.

See Also

VerifierException Members | System.Security Namespace