| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String, _ ByVal error As DicomExceptionCode _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim message As String Dim error As DicomExceptionCode Dim instance As New ClientConnectionException(message, error) | |
| C# | |
|---|---|
public ClientConnectionException( string message, DicomExceptionCode error ) | |
| C++/CLI | |
|---|---|
public: ClientConnectionException( String^ message, DicomExceptionCode error ) | |
Parameters
- message
- A System.String that describes the error.
- error
- A Code that specifies what caused this exception.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7