메소드 | 설명 | |
---|---|---|
Describe ( this ex ) : string |
I
|
|
ErrorMessages ( this ex ) : string[] |
List of actual error messages. Anything with a class/severity of 11 or higher Excludes informational messages. Those can be retrieved from InfoMessages
|
|
InfoMessages ( this ex ) : string[] |
List of non-error messages that were lumped in with the errors These are print messages, or anything with a class/severity of 10 or lower
|
|
UserErrorMessages ( this ex ) : string[] |
Errors that should be displayed to the user
|
메소드 | 설명 | |
---|---|---|
FormatError ( |
public static UserErrorMessages ( this ex ) : string[] | ||
ex | this | |
리턴 | string[] |