SfcQueryConnectionUnavailableException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SfcQueryConnectionUnavailableException class. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SfcQueryConnectionUnavailableException() | Initializes a new instance of the SfcQueryConnectionUnavailableException class. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
SfcQueryConnectionUnavailableException(String) | Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
SfcQueryConnectionUnavailableException(String, Exception) | Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message and a reference to the inner exception that is the cause of this exception. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
Top