C# Class Adf.Base.Messaging.MessagingException

Inheritance: System.Exception
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
MessagingException ( string message, Exception innerException = null ) : System

Method Details

MessagingException() public method

public MessagingException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System