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