This documentation is archived and is not being maintained.
PcwException Constructor
Visual Studio 2013
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.
| 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. |
Show: