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

NMSException() защищенный Метод

Initializes a new instance of the NMSException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
protected NMSException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат System
        protected NMSException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
            exceptionErrorCode = info.GetString("NMSException.exceptionErrorCode");
        }

Same methods

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