C# Class CK.Core.Tests.CKExceptionTests

Datei anzeigen Open project: Invenietis/ck-core

Private Methods

Method Description
AggregatedExceptions ( ) : void
CheckSimpleExceptionData ( CKExceptionData simpleData, bool>.Func message, bool hasInner = null, bool hasStack = true ) : void
FromSimplestException ( ) : void
ThrowAggregatedException ( ) : AggregateException
ThrowExceptionWithInner ( bool loaderException = false ) : Exception
ThrowLoaderException ( ) : Exception
ThrowSimpleException ( string message ) : Exception
ThrowTwoInnerExceptions ( ) : CKException
WithInnerExceptions ( ) : void
reading_and_writing_CKExceptionData_with_BinaryWriter_and_BinaryReader ( ) : void
reading_and_writing_CKExceptionData_with_Standard_Serialization ( ) : void