Méthode | Description | |
---|---|---|
WeavingException ( ) : System |
Creates a new WeavingException
|
|
WeavingException ( string message ) : System |
Creates a new WeavingException with the given message
|
|
WeavingException ( string message, |
Creates a new WeavingException with the given message and inner exception
|
Méthode | Description | |
---|---|---|
WeavingException ( |
Deserializes a WeavingException
|
public WeavingException ( string message ) : System | ||
message | string | Error message for display to the user |
Résultat | System |
public WeavingException ( string message, |
||
message | string | Error message for display to the user |
innerException | Original cause of the exception | |
Résultat | System |