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