public IntegerArgumentMarshalerException(ErrorCode errorCode) : base(errorCode) { }
public IntegerArgumentMarshalerException(ErrorCode errorCode, string parameter) : base(errorCode, parameter) { }
public StringArgumentMarshalerException(ErrorCode errorCode) : base(errorCode) { }