Method | Description | |
---|---|---|
InvalidResourceException ( int code ) : System | ||
InvalidResourceException ( string message, Exception innerException, int code ) : System | ||
InvalidResourceException ( string message, int code ) : System |
public InvalidResourceException ( int code ) : System | ||
code | int | |
return | System |
public InvalidResourceException ( string message, Exception innerException, int code ) : System | ||
message | string | |
innerException | Exception | |
code | int | |
return | System |
public InvalidResourceException ( string message, int code ) : System | ||
message | string | |
code | int | |
return | System |