![]() |
BadScript 2
|
Models as error generated when exception is thrown at Property.SetValue. More...
Package Functions | |
SetValueExceptionError (NameInfo nameInfo, Exception exception, object value) | |
![]() | |
NamedError (ErrorType tag, NameInfo nameInfo) | |
Initializes a new instance of the CommandLine.NamedError class. | |
![]() | |
Error (ErrorType tag, bool stopsProcessing) | |
Initializes a new instance of the CommandLine.Error class. | |
Error (ErrorType tag) | |
Initializes a new instance of the CommandLine.Error class. | |
Properties | |
Exception | Exception [get] |
The expection thrown from Property.SetValue. | |
object | Value [get] |
The value that had to be set to the property. | |
![]() | |
NameInfo | NameInfo [get] |
Name information relative to this error instance. | |
![]() | |
ErrorType | Tag [get] |
Error type discriminator, defined as CommandLine.ErrorType enumeration. | |
bool | StopsProcessing [get] |
Tells if error stops parsing process. Filtered by CommandLine.ErrorExtensions.OnlyMeaningfulOnes(System.Collections.Generic.IEnumerable<Error>). | |
Additional Inherited Members | |
![]() | |
bool | Equals (NamedError other) |
Returns a value that indicates whether the current instance and a specified CommandLine.NamedError have the same value. | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current System.Object. | |
override int | GetHashCode () |
Serves as a hash function for a particular type. | |
![]() | |
bool | Equals (Error other) |
Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value. | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current System.Object. | |
override int | GetHashCode () |
Serves as a hash function for a particular type. | |
Models as error generated when exception is thrown at Property.SetValue.
|
package |
Definition at line 514 of file Error.cs.
|
get |
|
get |