System.Data.SqlTypes.SqlNotFilledException.SqlNotFilledException C# (CSharp) Méthode

SqlNotFilledException() public méthode

public SqlNotFilledException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization
        public SqlNotFilledException() : this(SQLResource.s_notFilledMessage, null)
        {
        }

Same methods

SqlNotFilledException::SqlNotFilledException ( SerializationInfo si, StreamingContext sc ) : System.Runtime.Serialization
SqlNotFilledException::SqlNotFilledException ( string message ) : System.Runtime.Serialization
SqlNotFilledException::SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization
SqlNotFilledException