Apache.NMS.NMSException.NMSException C# (CSharp) Метод

NMSException() публичный Метод

public NMSException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public NMSException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

NMSException::NMSException ( ) : System
NMSException::NMSException ( System info, System context ) : System
NMSException::NMSException ( string message ) : System
NMSException::NMSException ( string message, string errorCode ) : System
NMSException::NMSException ( string message, string errorCode, Exception innerException ) : System