DiscoveryException(String, Exception) Constructor
|
Constructs a new instance of the DiscoveryException class with a specified error message and a reference to the inner exception.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public DiscoveryException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
DiscoveryException(
String^ message,
Exception^ innerException
)
Parameters
- message String
- The error message that explains the reason for the exception.
- innerException Exception
- The exception that is the cause of the current exception.
See Also