C# Class Scr.Content.CreateContentException

Inheritance: LoadContentException
Afficher le fichier Open project: vitalyobukhov/WebSaver

Méthodes publiques

Méthode Description
CreateContentException ( ) : System
CreateContentException ( string message ) : System
CreateContentException ( string message, Exception innerException ) : System

Method Details

CreateContentException() public méthode

public CreateContentException ( ) : System
Résultat System

CreateContentException() public méthode

public CreateContentException ( string message ) : System
message string
Résultat System

CreateContentException() public méthode

public CreateContentException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System