6 references to ExceptionDetail
Client.ExpectedExceptions.IntegrationTests (2)
ExpectedExceptionTests.4.0.0.cs (2)
193FaultException<ExceptionDetail> exception = Assert.Throws<FaultException<ExceptionDetail>>(() =>
Contract.Fault.IntegrationTests (2)
FaultExceptionTests.4.0.0.cs (2)
58FaultException<ExceptionDetail> exception = Assert.Throws<FaultException<ExceptionDetail>>(() =>
System.ServiceModel (1)
netstandard.cs (1)
155[assembly: TypeForwardedTo(typeof(ExceptionDetail))]
System.ServiceModel.Primitives (1)
netstandard.cs (1)
688public System.ServiceModel.ExceptionDetail InnerException { get { return default; } set { } }