C# Class MegaMine.Core.Exception.NTException

Inheritance: System.Exception
Mostrar archivo Open project: Nootus/MegaMine

Public Methods

Method Description
NTException ( string message ) : System.Collections.Generic
NTException ( string message, List errors ) : System.Collections.Generic

Method Details

NTException() public method

public NTException ( string message ) : System.Collections.Generic
message string
return System.Collections.Generic

NTException() public method

public NTException ( string message, List errors ) : System.Collections.Generic
message string
errors List
return System.Collections.Generic