Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Cette exception est levée quand aucun cas correspondant à la valeur testée n'a été trouvé dans le bloc Switch

Espace de nom : Developpez.Dotnet
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
[SerializableAttribute]
public class NoMatchFoundException : Exception
Visual Basic (Déclaration)
<SerializableAttribute> _
Public Class NoMatchFoundException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class NoMatchFoundException : public Exception

Hiérarchie d'héritage

System..::..Object
  System..::..Exception
    Developpez.Dotnet..::..CoreExtensions..::..SwitchContext<(Of <(<'T, TResult>)>)>..::..NoMatchFoundException

Voir aussi