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

Inheritance: System.Exception
Datei anzeigen Open project: vtex/gallery-core-net

Public Methods

Method Description
GalleryException ( string message ) : System
GalleryException ( string message, Exception innerException ) : System

Method Details

GalleryException() public method

public GalleryException ( string message ) : System
message string
return System

GalleryException() public method

public GalleryException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System