AK.F1.Timing.Serialization.PropertyDescriptorTest.TypeWithThrowingProperty.TypeWithThrowingProperty C# (CSharp) Method

TypeWithThrowingProperty() public method

public TypeWithThrowingProperty ( Exception exception ) : System
exception System.Exception
return System
            public TypeWithThrowingProperty(Exception exception)
            {
                _exception = exception;
            }
PropertyDescriptorTest.TypeWithThrowingProperty