21 lines
624 B
C
21 lines
624 B
C
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "IOException.h"
|
|
#include "ArgumentException.h"
|
|
#include "ArgumentNullException.h"
|
|
#include "ArgumentOutOfRangeException.h"
|
|
#include "CLRInnerException.h"
|
|
#include "DivideByZeroException.h"
|
|
#include "FileNotFoundException.h"
|
|
#include "IndexOutOfRangeException.h"
|
|
#include "InvalidOperationException.h"
|
|
#include "IOException.h"
|
|
#include "NotImplementedException.h"
|
|
#include "NotSupportedException.h"
|
|
#include "OverflowException.h"
|
|
#include "PathTooLongException.h"
|
|
#include "PlatformNotSupportedException.h"
|
|
#include "TimeoutException.h"
|