Method | Description | |
---|---|---|
InvalidImagePropertiesException ( ) : System |
Initializes a new instance of the InvalidImagePropertiesException class.
|
|
InvalidImagePropertiesException ( string message ) : System |
Initializes a new instance of the InvalidImagePropertiesException class.
|
|
InvalidImagePropertiesException ( string message, string paramName ) : System |
Initializes a new instance of the InvalidImagePropertiesException class.
|
public InvalidImagePropertiesException ( ) : System | ||
return | System |
public InvalidImagePropertiesException ( string message ) : System | ||
message | string | Message providing some additional information. |
return | System |
public InvalidImagePropertiesException ( string message, string paramName ) : System | ||
message | string | Message providing some additional information. |
paramName | string | Name of the invalid parameter. |
return | System |