Méthode | Description | |
---|---|---|
ToString ( ) : string | ||
ValidationError ( IResourceManager mgr ) : System | ||
ValidationError ( IResourceManager mgr, string name ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line, int col ) : System | ||
ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line, int col, string resolutions ) : System |
public ValidationError ( IResourceManager mgr ) : System | ||
mgr | IResourceManager | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name ) : System | ||
mgr | IResourceManager | |
name | string | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
type | ValidationResultInfoType | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
type | ValidationResultInfoType | |
isFatal | bool | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
type | ValidationResultInfoType | |
isFatal | bool | |
line | int | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line, int col ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
type | ValidationResultInfoType | |
isFatal | bool | |
line | int | |
col | int | |
Résultat | System |
public ValidationError ( IResourceManager mgr, string name, string msg, ValidationResultInfoType type, bool isFatal, int line, int col, string resolutions ) : System | ||
mgr | IResourceManager | |
name | string | |
msg | string | |
type | ValidationResultInfoType | |
isFatal | bool | |
line | int | |
col | int | |
resolutions | string | |
Résultat | System |