Error Type Functions
Functions
Name |
Description |
---|---|
Creates an Error object that represents the Sys.ArgumentException exception. |
|
Creates an Error object that represents the Sys.ArgumentNullException exception. |
|
Creates an Error object that represents the Sys.ArgumentOutOfRangeException exception. |
|
Creates an Error object that represents the Sys.ArgumentTypeException exception. |
|
Creates an Error object that represents the Sys.ArgumentUndefinedException exception. |
|
Creates an Error object that has optional additional error information. |
|
Creates an Error object that represents the Sys.FormatException exception. |
|
Creates an Error object that represents the Sys.InvalidOperationException exception. |
|
Creates an Error object that represents the Sys.NotImplementedException exception. |
|
Creates an Error object that represents the Sys.ParameterCountException exception. |
|
Updates the fileName and lineNumber properties of an Error instance to indicate where the error was thrown instead of where the error was created. Use this function if you are creating custom error types. |