PcwException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PcwException class.
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 | |
---|---|---|
PcwException() | Initializes a new instance of the PcwException class. | |
PcwException(String) | Initializes a new instance of the PcwException class by using the specified message. | |
PcwException(SerializationInfo, StreamingContext) | Initializes a new instance of the PcwException class by using the specified serialization info. | |
PcwException(String, Exception) | Initializes a new instance of the PcwException class by using the specified message and inner exception. | |
PcwException(String, String, String) | Initializes a new instance of the PcwException class by using the specified error information. | |
PcwException(String, String, String, Exception) | Initializes a new instance of the PcwException class by using the specified error information. | |
PcwException(String, String, String, String) | Initializes a new instance of the PcwException class. | |
PcwException(String, String, String, String, Exception) | Initializes a new instance of the PcwException class. |
Top