Method | Description | |
---|---|---|
MissingTypeException ( string typename ) : System |
Initializes a new instance of the MissingTypeException class.
|
|
MissingTypeException ( string message, |
Initializes a new instance of the MissingTypeException class.
|
public MissingTypeException ( string typename ) : System | ||
typename | string | The typename. |
return | System |
public MissingTypeException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |