Méthode | Description | |
---|---|---|
AutoDiscoveryException ( ) : System |
Initializes a new instance of the AutoDiscoveryException class.
|
|
AutoDiscoveryException ( String myMessage ) : System |
Initializes a new instance of the AutoDiscoveryException class with a specified error message.
|
|
AutoDiscoveryException ( String myMessage, |
Initializes a new instance of the AutoDiscoveryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public AutoDiscoveryException ( String myMessage ) : System | ||
myMessage | String | The error message that explains the reason for the exception. |
Résultat | System |
public AutoDiscoveryException ( String myMessage, |
||
myMessage | String | The error message that explains the reason for the exception. |
myInnerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
Résultat | System |