LoginFieldNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the Exception class thrown when a particular login field could not be located.
public ref class LoginFieldNotFoundException : Exception
public class LoginFieldNotFoundException : Exception
type LoginFieldNotFoundException = class
inherit Exception
Public Class LoginFieldNotFoundException
Inherits Exception
- Inheritance
-
LoginFieldNotFoundException
Constructors
LoginFieldNotFoundException(String) |
LoginFieldNotFoundException |
Properties
LoginFieldName |
Gets the name of the login field which could not be located. |