C# Class DependencyViewer.Common.Loaders.LoaderException

Inheritance: System.Exception
Exibir arquivo Open project: jamiepenney/VS-Dependency-Viewer

Public Methods

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

Method Details

LoaderException() public method

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

LoaderException() public method

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