C# Class Orc.DataStructures.AList.Utilities.ReadOnlyException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: Orcomp/Orcomp

Méthodes publiques

Méthode Description
ReadOnlyException ( ) : System
ReadOnlyException ( string msg ) : System
ReadOnlyException ( string msg, Exception innerException ) : System

Method Details

ReadOnlyException() public méthode

public ReadOnlyException ( ) : System
Résultat System

ReadOnlyException() public méthode

public ReadOnlyException ( string msg ) : System
msg string
Résultat System

ReadOnlyException() public méthode

public ReadOnlyException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Résultat System