SenseNet.ContentRepository.Storage.RepositoryException.RepositoryException C# (CSharp) Method

RepositoryException() protected method

protected RepositoryException ( System info, System context ) : System
info System
context System
return System
        protected RepositoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
            _errorNumber = info.GetInt32("errNo");
        }
        public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Same methods

RepositoryException::RepositoryException ( int errorNumber ) : System
RepositoryException::RepositoryException ( int errorNumber, string message ) : System
RepositoryException::RepositoryException ( int errorNumber, string message, Exception inner ) : System