Méthode | Description | |
---|---|---|
ErrorReporting ( |
||
ErrorReporting ( string errorPrefix, |
||
ErrorReporting ( string errorText, string errorDetails ) : System | ||
SendReport ( ) : bool | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
InvariantMessage ( |
Fetch the message for the specified exception, but in the invariant culture (if it is localised when the property is accessed rather than when the exception was created).
|
|
InvariantStackTrace ( |
Fetch a stack trace for the specified exception, but in the invariant culture.
|
public ErrorReporting ( |
||
uncaughtException | ||
Résultat | System |
public ErrorReporting ( string errorPrefix, |
||
errorPrefix | string | |
uncaughtException | ||
Résultat | System |
public ErrorReporting ( string errorText, string errorDetails ) : System | ||
errorText | string | |
errorDetails | string | |
Résultat | System |