System.ItemNotFoundException.ItemNotFoundException C# (CSharp) Méthode

ItemNotFoundException() public méthode

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( string message ) : System.Runtime.Serialization
message string The message that describes the error.
Résultat System.Runtime.Serialization
        public ItemNotFoundException(string message)
            : base(message)
        {
        }

Same methods

ItemNotFoundException::ItemNotFoundException ( ) : System.Runtime.Serialization
ItemNotFoundException::ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
ItemNotFoundException::ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization
ItemNotFoundException