[This is preliminary documentation and is subject to change.]
Constructor.
| C# | Visual Basic | Visual C++ |
public DicomProtocolMessageReceiveException( string exceptionText, ReceiveReturnCode receiveReturnCode )
Public Sub New ( _ exceptionText As String, _ receiveReturnCode As ReceiveReturnCode _ )
public: DicomProtocolMessageReceiveException( String^ exceptionText, ReceiveReturnCode receiveReturnCode )
- exceptionText (String)
- The exception text.
- receiveReturnCode (ReceiveReturnCode)
- The receive return code indicating the reason for the exception.