Constructeur ParseErrorException (String, Exception)
Crée une instance de la classe ParseErrorException à partir d'un message et d'une exception précédente.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New ParseErrorException(message, _
innerException)
public ParseErrorException(
string message,
Exception innerException
)
public:
ParseErrorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ParseErrorException
public function ParseErrorException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
Message relatif à l'exception.
- innerException
Type : System.Exception
Exception antérieure à celle-ci.