Overload | Description |
---|---|
OpcResultException Constructor() | Initializes a new instance of the class with default data. |
OpcResultException Constructor(String) | Initializes a new instance of the class, specifying the error message. |
OpcResultException Constructor(String,Exception) | Initializes a new instance of the class, specifying the error message, and inner exception. |
OpcResultException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |