Exception used when the method did not validate
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class MethodValidationException Inherits Exception |
| C# |
|---|
| public class MethodValidationException : Exception |
| C++ |
|---|
| ref class MethodValidationException : Exception |
| J# |
|---|
| public class MethodValidationException extends Exception |
| JScript |
|---|
| public class MethodValidationException extends Exception |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.