[]
Represents the no-focus-change exception.
public class NoFocusChangeException : Exception, ISerializable
Public Class NoFocusChangeException
Inherits Exception
Implements ISerializable
| Name | Description |
|---|---|
| NoFocusChangeException() | Creates a new no-focus-change exception. |
| NoFocusChangeException(SerializationInfo, StreamingContext) | Creates a new no-focus-change exception from serialization. |
| NoFocusChangeException(string) | Creates a new no-focus-change exception. |
| NoFocusChangeException(string, Exception) | Creates a new no-focus-change exception. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Gets object data from serialization. |