30 internal sealed class FileFormatLimitationExceededException : InvalidOperationException
33 public const int META_E_STRINGSPACE_FULL = unchecked((
int)0x80131198);
40 public FileFormatLimitationExceededException(
string message,
int hresult) :
57 public int ErrorCode => HResult;