System.ArgumentPropertyNullException.ArgumentPropertyNullException C# (CSharp) 메소드

ArgumentPropertyNullException() 공개 메소드

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis
리턴 System.Diagnostics.CodeAnalysis
        public ArgumentPropertyNullException()
            : base("Value cannot be null.")
        {
        }

Same methods

ArgumentPropertyNullException::ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string paramName, string message ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException