Méthode | Description | |
---|---|---|
ControllerNotFoundException ( String area, String controller ) : System |
Initializes a new instance of the ControllerNotFoundException class.
|
|
ControllerNotFoundException ( String area, String controller, |
Initializes a new instance of the ControllerNotFoundException class.
|
|
ControllerNotFoundException ( UrlInfo url ) : System |
Initializes a new instance of the ControllerNotFoundException class.
|
|
ControllerNotFoundException ( UrlInfo url, |
Initializes a new instance of the ControllerNotFoundException class.
|
|
GetObjectData ( |
When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.
|
Méthode | Description | |
---|---|---|
ControllerNotFoundException ( |
Initializes a new instance of the ControllerNotFoundException class.
|
Méthode | Description | |
---|---|---|
BuildExceptionMessage ( String area, String controller ) : String |
Builds the exception message.
|
protected ControllerNotFoundException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
Résultat | System |
public ControllerNotFoundException ( String area, String controller ) : System | ||
area | String | The area. |
controller | String | The controller. |
Résultat | System |
public ControllerNotFoundException ( String area, String controller, |
||
area | String | The area. |
controller | String | The controller. |
innerException | The inner exception. | |
Résultat | System |
public ControllerNotFoundException ( UrlInfo url ) : System | ||
url | UrlInfo | The URL. |
Résultat | System |
public ControllerNotFoundException ( UrlInfo url, |
||
url | UrlInfo | The URL. |
innerException | The inner exception. | |
Résultat | System |
public GetObjectData ( |
||
info | The |
|
context | The |
|
Résultat | void |