Method | Description | |
---|---|---|
OpenGraphException ( ) : System |
Creates a new, empty OpenGraphException.
|
|
OpenGraphException ( string message ) : System |
Creates a new OpenGraphException with the specified message.
|
|
OpenGraphException ( string message, |
Creates a new OpenGraphException with the specified message and inner exception.
|
Method | Description | |
---|---|---|
OpenGraphException ( |
Creates a new OpenGraphException by deserialization.
|
protected OpenGraphException ( |
||
info | The serialization data store. | |
context | The serialization context. | |
return | System |
public OpenGraphException ( string message ) : System | ||
message | string | The error message. |
return | System |
public OpenGraphException ( string message, |
||
message | string | The error message. |
inner | The inner exception that caused this exception. | |
return | System |