BGC.Parameters.KeyEmptyException.KeyEmptyException C# (CSharp) Method

KeyEmptyException() public method

public KeyEmptyException ( string keyPath, string message ) : System
keyPath string
message string
return System
        public KeyEmptyException(string keyPath, string message)
            : base(message)
        {
            this.keyPath = keyPath;
        }
    }
KeyEmptyException