Method | Description | |
---|---|---|
ObjectNameException ( ) : System |
Initializes a new instance of the ObjectNameException class.
|
|
ObjectNameException ( string message ) : System |
Initializes a new instance of the ObjectNameException class with the specified error message.
|
Method | Description | |
---|---|---|
ObjectNameException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the ObjectNameException class with serialized data.
|
protected ObjectNameException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The |
return | System |
public ObjectNameException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |