Chinchilla.ChinchillaException.ChinchillaException C# (CSharp) Method

ChinchillaException() protected method

protected ChinchillaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected ChinchillaException(SerializationInfo info, StreamingContext context)
            : base(info, context) { }
    }

Same methods

ChinchillaException::ChinchillaException ( ) : System
ChinchillaException::ChinchillaException ( string message ) : System
ChinchillaException::ChinchillaException ( string message, Exception inner ) : System
ChinchillaException