System.ItemNotFoundException.ItemNotFoundException C# (CSharp) Method

ItemNotFoundException() protected method

protected ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.Runtime.Serialization
        protected ItemNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
            : base("Item not found.")
        {
        }
    }

Same methods

ItemNotFoundException::ItemNotFoundException ( ) : System.Runtime.Serialization
ItemNotFoundException::ItemNotFoundException ( string message ) : System.Runtime.Serialization
ItemNotFoundException::ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization
ItemNotFoundException