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

ArgumentPropertyException() 개인적인 메소드

private ArgumentPropertyException ( string message, string paramName ) : System.Diagnostics.CodeAnalysis
message string
paramName string
리턴 System.Diagnostics.CodeAnalysis
        public ArgumentPropertyException(string message, string paramName)
            : base(message, paramName)
        {
        }

Same methods

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