C# Class Vtex.Gallery.Core.Exceptions.GalleryException

Inheritance: System.Exception
Afficher le fichier Open project: vtex/gallery-core-net

Méthodes publiques

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

Method Details

GalleryException() public méthode

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

GalleryException() public méthode

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