System.ArgumentPropertyNullException.ArgumentPropertyNullException C# (CSharp) Method

ArgumentPropertyNullException() private method

private ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.Diagnostics.CodeAnalysis
        private ArgumentPropertyNullException(SerializationInfo serializationInfo, StreamingContext streamingContext)
            : base("Value cannot be null.")
        {
        }
    }

Same methods

ArgumentPropertyNullException::ArgumentPropertyNullException ( ) : 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