BISDK.MemberNotExistException.MemberNotExistException C# (CSharp) Method

MemberNotExistException() public method

public MemberNotExistException ( string message ) : System
message string
return System
        public MemberNotExistException(string message)
            : base(message)
        {
        }
MemberNotExistException