Property | Type | Description | |
---|---|---|---|
responseText | string | ||
webResponse | WebResponse |
Method | Description | |
---|---|---|
GDataRequestException ( ) : System |
default constructor so that FxCop does not complain
|
|
GDataRequestException ( string msg ) : System |
public GDataRequestException(WebException e)
|
|
GDataRequestException ( string msg, |
public GDataRequestException(WebException e)
|
|
GDataRequestException ( string msg, |
public GDataRequestException(WebException e)
|
|
GDataRequestException ( string msg, WebResponse response ) : System |
public GDataRequestException(WebException e)
|
|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
overridden to make FxCop happy and future use
|
Method | Description | |
---|---|---|
GDataRequestException ( |
here to please FxCop and maybe for future use
|
|
ReadResponseString ( ) : string |
this uses the webresponse object to get at the stream send back from the server.
|
protected GDataRequestException ( |
||
info | ||
context | ||
return | System |
public GDataRequestException ( string msg ) : System | ||
msg | string | the exception message as a string |
return | System |
public GDataRequestException ( string msg, |
||
msg | string | the exception message as a string |
exception | the inner exception | |
return | System |
public GDataRequestException ( string msg, |
||
msg | string | the exception message as a string |
exception | the inner exception | |
return | System |
public GDataRequestException ( string msg, WebResponse response ) : System | ||
msg | string | the exception message as a string |
response | WebResponse | the webresponse object that caused the exception |
return | System |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |