Lawo.EmberPlusSharp.Ember.IdentifierTest.ExceptionTest C# (CSharp) Method

ExceptionTest() private method

private ExceptionTest ( ) : void
return void
        public void ExceptionTest() =>
            AssertThrow<ArgumentOutOfRangeException>(
                () => EmberId.CreateApplication(-1),
                () => EmberId.CreateContextSpecific(-1));